projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4367c5a
)
(list-diary-entries): Use `buffer-substring' instead of
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Sun, 3 Mar 2002 08:57:04 +0000
(08:57 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Sun, 3 Mar 2002 08:57:04 +0000
(08:57 +0000)
`buffer-substring-no-properties' to support enriched mode.
lisp/calendar/diary-lib.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/diary-lib.el
b/lisp/calendar/diary-lib.el
index 4472344370f768bf5181492d9ed3b56a8c254d3c..9c49f17adfc35ab56f6c703d7e8083051455d780 100644
(file)
--- a/
lisp/calendar/diary-lib.el
+++ b/
lisp/calendar/diary-lib.el
@@
-324,9
+324,9
@@
These hooks have the following distinct roles:
(point) ?\^M ?\n t)
(add-to-diary-list
date
- (buffer-substring
-no-properties
+ (buffer-substring
entry-start (point))
- (buffer-substring
-no-properties
+ (buffer-substring
(1+ date-start) (1- entry-start)))))))
(setq d (cdr d)))
(or entry-found